Expand description

This crate provides wrappers for the Web Storage API

The data is stored in JSON form. We use serde for serialization and deserialization.

Modules

All the errors.

Structs

Provides API to deal with localStorage

Provides API to deal with sessionStorage

Traits

Trait which provides implementations for managing storage in the browser.

Type Definitions

gloo-storage’s Result